home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / VIVIDUS / VECT.SIT / vect / vect.g < prev    next >
Text File  |  1991-09-12  |  651b  |  21 lines

  1. /*    ======================================================================
  2.  
  3.     This header file is Copyright 1991 by Vividus Consulting.
  4.     
  5.     This is not public domain source code.  You may not copy and
  6.     paste from this source code.  Read your Vividus Licensing
  7.     agreement for details and other restrictions.
  8.     
  9.     This header file is for anything that requres access to the
  10.     globals defined by the vect Vividus Source Code Library.
  11.  
  12.     ============================================================    */
  13.  
  14. extern vector    vzero;
  15. extern vector    vone;
  16. extern vector    vnav;
  17. extern vector    vxaxis;
  18. extern vector    vyaxis;
  19. extern vector    vzaxis;
  20. extern CoordSys    vWorldCoordSys;
  21.